From 26fe5793a1848045ca03ac58ef1afba340401354 Mon Sep 17 00:00:00 2001 From: alexmot Date: Mon, 15 Sep 2003 13:06:07 +0000 Subject: [PATCH] Clean up compiler warnings. --- gpsbabel/defs.h | 2 ++ gpsbabel/magproto.c | 1 + 2 files changed, 3 insertions(+) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index 0914ab619..9684c947f 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -203,6 +203,8 @@ void waypt_disp_all(waypt_cb); void waypt_flush(queue *); void waypt_flush_all(); unsigned int waypt_count(void); +void free_gpx_extras (xml_tag * tag); +void xcsv_read_internal_style(const char *style_buf); route_head *route_head_alloc(void); void route_add (waypoint *); diff --git a/gpsbabel/magproto.c b/gpsbabel/magproto.c index 9e68eb590..9792aa8f1 100644 --- a/gpsbabel/magproto.c +++ b/gpsbabel/magproto.c @@ -22,6 +22,7 @@ #include #include #include +#include #include "defs.h" #include "magellan.h" -- 2.30.2